ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BasePointView<TOwnerView> Class / lightness Property

In This Topic
    lightness Property (_BasePointView<TOwnerView>)
    In This Topic
    Syntax
    'Declaration
     
    Public Property lightness As Nullable(Of Double)
    public Nullable<double> lightness {get; set;}
    See Also